home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
MenuHack
/
MenuHackSource.sit
/
jGNELib.h
< prev
next >
Wrap
Text File
|
1996-06-21
|
621b
|
18 lines
/*------------------------------------------------------------------------------
#
# jGNEFilter Code Resource Library
#
# This routine loads a small 68K resource that acts as a "safe" jGNEFilter connector (allows
# hooking and unhooking at will.
#
# Copyright © CE Software, Inc., Inc. 1996
# All rights reserved.
#
------------------------------------------------------------------------------*/
typedef pascal Boolean (*jEventProcPtr)(EventRecord* event, long refcon);
void InitjGNEProcLib(void); //This loads the resource into memory if necessary
void HookjGNE(long thejGNEProc, long refcon);
void UnHookjGNE(void);